projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b8586
)
If there are no subversions yet, use 1.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 8 Jan 1994 12:44:48 +0000
(12:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 8 Jan 1994 12:44:48 +0000
(12:44 +0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index c895e370fc3f8cf2eb414b075a1e9158790649f6..6cf138cd7944be1704b93c5a99d0fcc74cd68210 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-133,7
+133,9
@@
files)))
(setq emacs-version (format "%s.%d"
emacs-version
- (1+ (apply 'max versions))))))
+ (if versions
+ (1+ (apply 'max versions))
+ 1)))))
;; Note: all compiled Lisp files loaded above this point
;; must be among the ones parsed by make-docfile